Meta description:
Removes the regeneration for the next 8 seconds.
-
Tags:
No tags
-
Name:
aRemoveRegeneration
-
Displayed name:
Remove regeneration
-
Description:
Removes the regeneration for the next 8 seconds.
-
Cast description:
| AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: 0** | **Range: Self** | Removes the regeneration for the next 8 seconds.
-
Condition:
-
AP cost:
0
-
Cooldown:
0
-
Flux cost:
-
Variables:
-
On used script:
-
Type:
1
-
Action effects:
-
Use case:
1
-
Name:
Remove regeneration
-
Description:
Removes the regeneration for the next 8 seconds.
-
Script:
effect = character:createEffect([[mRemoveRegeneration]]) effect.displayName:set([[Remove regeneration]]) effect.description:set([[Removes the regeneration for the next 8 seconds.]]) effect.script:set([=[character.sRegeneration:addCurrent([[-100%]], [[natural]], [[Remove regeneration]])]=]) effect.duration:set(8) effect:activate()
-
Variables:
-